home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
winontop
/
data.frm
next >
Wrap
Text File
|
1995-05-02
|
2KB
|
86 lines
VERSION 2.00
Begin Form frmData
BackColor = &H00C0C0C0&
Caption = "Data Entry"
ClientHeight = 1875
ClientLeft = 3840
ClientTop = 2805
ClientWidth = 3885
Height = 2280
Left = 3780
LinkTopic = "Form2"
ScaleHeight = 1875
ScaleWidth = 3885
Top = 2460
Width = 4005
Begin TextBox Text3
Height = 375
Left = 1440
TabIndex = 5
Text = "Waterbury, CT"
Top = 1080
Width = 2175
End
Begin TextBox Text2
Height = 375
Left = 1440
TabIndex = 4
Text = "Keane, Inc."
Top = 600
Width = 2175
End
Begin TextBox Text1
Height = 375
Left = 1440
TabIndex = 3
Text = "George Csefai"
Top = 120
Width = 2175
End
Begin Label lblMove
Alignment = 2 'Center
BackColor = &H00C0C0C0&
Height = 255
Left = 120
TabIndex = 6
Top = 1560
Width = 3615
End
Begin Label Label3
Alignment = 1 'Right Justify
BackColor = &H00C0C0C0&
Caption = "Location:"
Height = 255
Left = 120
TabIndex = 2
Top = 1200
Width = 1215
End
Begin Label Label2
Alignment = 1 'Right Justify
BackColor = &H00C0C0C0&
Caption = "Company:"
Height = 255
Left = 240
TabIndex = 1
Top = 720
Width = 1095
End
Begin Label Label1
Alignment = 1 'Right Justify
BackColor = &H00C0C0C0&
Caption = "Name:"
Height = 255
Left = 600
TabIndex = 0
Top = 240
Width = 735
End
End
Option Explicit
Sub Form_Unload (Cancel As Integer)
EnableButtons False
End Sub